ReadAsync(Byte[],Int32,Int32,CancellationToken) Method
In This Topic
Syntax
'Declaration
Public Overloads Overridable Function ReadAsync( _
ByVal () As System.Byte, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Threading.CancellationToken _
) As System.Threading.Tasks.Task(Of Integer)
public virtual System.Threading.Tasks.Task<int> ReadAsync(
System.byte[] ,
System.int ,
System.int ,
System.Threading.CancellationToken
)
Parameters
- buffer
- offset
- count
- cancellationToken
See Also